Select the types of activity you want to include in your feed.
1import CardsContainerSkeleton from '@/features/cards/containers/cardsContainer/Skeleton.CardsContainer'; 2 3export default function Loading() { 4 return <CardsContainerSkeleton />; 5}